Object
ProMoldbase
Function ProMoldbaseParamsAlloc
Description
Allocates the handle of a new MoldbaseParam
Synopsis
#include <
ProMoldbase.h
>
ProError
ProMoldbaseParamsAlloc
(
ProMoldbaseParams
*
mbparams
/* (Out)
Pointer to the MoldbaseParam handle
*/
)
Returns
PRO_TK_NO_ERROR
The handle is successfully allocated.
PRO_TK_OUT_OF_MEMORY
Not enough memoryt to allocate the handle.
Sample Code References:
pt_examples ( TestMoldbase.c )